home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD 2.1 / Amiga Developer CD v2.1.iso / CDTV / cdtvtools-11 / system / ReadMe < prev   
Encoding:
Text File  |  1991-06-24  |  1.3 KB  |  46 lines

  1. -------
  2. ------  CDTV Utility Programs and Examples
  3. -----
  4. ---     Sassenrath Research, Ukiah CA
  5. --
  6. -       1.0, Distribution of 28-SEP-90
  7.  
  8.  
  9. Contents:
  10.  
  11.   PlayTrack -- a very simple CD audio player.  It accepts a single
  12.         CLI style parameter, the track number.  The program will
  13.         return when the play is over, or use RUN to return while
  14.         its playing.  You can also fire up multiple RUN's and have
  15.         the tracks queue.
  16.  
  17.   NoReset -- this program prevents the SYSTEM RESET that occurs when
  18.         a CD is ejected.  Whether playing audio CD's from the CLI or
  19.         CD ROM Workbenches you may find this function useful.
  20.  
  21.   DumpSector -- performs a byte dump of a given CD sector.  The
  22.         CLI parameter is the sector number in decimal.  The resulting
  23.         dump is in hex and ascii.  This program also serves as a
  24.         simple example of the CD_READ command.
  25.  
  26.  
  27. CDTV Examples (30-DEC-90)
  28. -------------
  29.  
  30. A few more CDTV examples for developers...
  31.  
  32.  
  33.   getprefs - get CDTV preference settings***
  34.  
  35.   bookmark - example bookmark access**
  36.  
  37.   readfile - a technique for reading files directly from CD-ROM
  38.  
  39.  
  40. ** Need Beta 2.5 or greater for correct error messages and bug fixes, but
  41. previous versions will function for the most part.
  42.  
  43. *** These programs do not use all the data in the structure.  See the
  44. includes directory for the complete Prefs structure.
  45.  
  46.